![]() |
Sensor Fusion for Kinetis MCUs (ISSDK/KSDK version)
|
Include dependency graph for driver_FXOS8700.c:Go to the source code of this file.
Macros | |
| #define | FXOS8700_ACCEL_FIFO_SIZE 32 |
| #define | FXOS8700_MAG_FIFO_SIZE 1 |
| #define | FXOS8700_COUNTSPERG 8192.0 |
| #define | FXOS8700_COUNTSPERUT 10 |
Functions | |
| int8_t | FXOS8700_Init (PhysicalSensor *sensor, SensorFusionGlobals *sfg) |
| int8_t | FXOS8700_ReadMagData (PhysicalSensor *sensor, SensorFusionGlobals *sfg) |
| int8_t | FXOS8700_Read (PhysicalSensor *sensor, SensorFusionGlobals *sfg) |
| int8_t | FXOS8700_Idle (PhysicalSensor *sensor, SensorFusionGlobals *sfg) |
Variables | |
| const registerreadlist_t | FXOS8700_WHO_AM_I_READ [] |
| const registerreadlist_t | FXOS8700_F_STATUS_READ [] |
| registerreadlist_t | FXOS8700_DATA_READ [] |
| const registerwritelist_t | FXOS8700_Initialization [] |
| const registerwritelist_t | FXOS8700_FULL_IDLE [] |
| #define FXOS8700_ACCEL_FIFO_SIZE 32 |
FXOS8700 (accel), MMA8652, FXLS8952 all have 32 element FIFO.
Definition at line 42 of file driver_FXOS8700.c.
Referenced by FXOS8700_Init().
| #define FXOS8700_COUNTSPERG 8192.0 |
Definition at line 144 of file driver_FXOS8700.c.
Referenced by FXOS8700_Init().
| #define FXOS8700_COUNTSPERUT 10 |
Definition at line 145 of file driver_FXOS8700.c.
Referenced by FXOS8700_Init().
| #define FXOS8700_MAG_FIFO_SIZE 1 |
FXOS8700 (mag), MAG3110 have no FIFO so equivalent to 1 element FIFO.
Definition at line 43 of file driver_FXOS8700.c.
| int8_t FXOS8700_Idle | ( | PhysicalSensor * | sensor, |
| SensorFusionGlobals * | sfg | ||
| ) |
Definition at line 296 of file driver_FXOS8700.c.
| int8_t FXOS8700_Init | ( | PhysicalSensor * | sensor, |
| SensorFusionGlobals * | sfg | ||
| ) |
Definition at line 151 of file driver_FXOS8700.c.
Referenced by main().
Here is the call graph for this function:
Here is the caller graph for this function:| int8_t FXOS8700_Read | ( | PhysicalSensor * | sensor, |
| SensorFusionGlobals * | sfg | ||
| ) |
Definition at line 265 of file driver_FXOS8700.c.
Referenced by main().
Here is the call graph for this function:
Here is the caller graph for this function:| int8_t FXOS8700_ReadMagData | ( | PhysicalSensor * | sensor, |
| SensorFusionGlobals * | sfg | ||
| ) |
Definition at line 236 of file driver_FXOS8700.c.
Referenced by FXOS8700_Read().
Here is the call graph for this function:
Here is the caller graph for this function:| registerreadlist_t FXOS8700_DATA_READ[] |
Definition at line 58 of file driver_FXOS8700.c.
Referenced by FXOS8700_Init(), and FXOS8700_ReadMagData().
| const registerreadlist_t FXOS8700_F_STATUS_READ[] |
Definition at line 52 of file driver_FXOS8700.c.
Referenced by FXOS8700_Init().
| const registerwritelist_t FXOS8700_FULL_IDLE[] |
Definition at line 284 of file driver_FXOS8700.c.
Referenced by FXOS8700_Idle().
| const registerwritelist_t FXOS8700_Initialization[] |
Definition at line 64 of file driver_FXOS8700.c.
Referenced by FXOS8700_Init().
| const registerreadlist_t FXOS8700_WHO_AM_I_READ[] |
Definition at line 46 of file driver_FXOS8700.c.